WOLFRAM SYSTEM MODELER

complexPower

Complex power of complex number

Wolfram Language

In[1]:=
SystemModel["Complex.'^'.complexPower"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This function returns the given Complex number c1 to the power of the Complex number c2.

Syntax

c3 = complexPower(c1, c2)

Inputs (2)

c1

Type: Complex

Description: Complex number

c2

Type: Complex

Description: Complex exponent

Outputs (1)

c3

Type: Complex

Description: = c1^c2